HTMLify
style.css
Views: 104 | Author: cody
* {
padding: 0%;
margin: 0%;
box-sizing: border-box;
}
#canva {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background: linear-gradient(to right,#553D67,#242582);
}